make an anchor tag inactive

52

<style>
.disabled-link {
  pointer-events: none;
}
</style>
<a href="https://google.com" class="disabled-link">Google.com</a>

Comments

Submit
0 Comments